home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr31 / hades.zip / HADES.MAN < prev    next >
Text File  |  1992-04-17  |  3KB  |  131 lines

  1.  
  2.  
  3. HADES(1)                     MAINTENANCE COMMANDS                     HADES(1)
  4.  
  5.  
  6. NNNAAAMMMEEE
  7.      hades - brute force cracks passwords from passwordfile
  8.  
  9. SSSYYYNNNOOOPPPSSSIIISSS
  10.      hades [-f passwordfile | -d wordfile ] [-r restorefile] [-o outfile]  [-e
  11.      diagfile]
  12.  
  13. DDDEEESSSCCCRRRIIIPPPTTTIIIOOONNN
  14.      Hades  tries  words  from  wordfile  to  match  as  a  password  in  file
  15.      passwordfile.  The  passwordfile  is  copied  to  the  outputfile. When a
  16.      password is cracked, the cracked word is concatenated to the  appropriate
  17.      password-field  in  the  passwordlist,  preceded  by  the  '=' character.
  18.      Diagnostics are written to diagfile.  By default, both  passwordfile  and
  19.      wordfile  are  read  from  standard-input.   This  means that you have to
  20.      select at least one of  these  two  switches  at  the  command-line.  The
  21.      respective  defaults  for  outfile  and  diagfile are standard-output and
  22.      standard-error.  When escape is pressed during a hades-session,  restore-
  23.      information  will be saved in file recovery.hds. The -r switch allows you
  24.      to overrule this default filename with the file specified by the switch.
  25.  
  26. OOOPPPTTTIIIOOONNNSSS
  27.  
  28.      -ffile
  29.           Causes file to be used as passwordfile, instead of standard-input
  30.  
  31.      -dfile
  32.           Causes file to be used as dictionary-file, instead of standard-input
  33.  
  34.      -rfile
  35.           Causes hades to use file for recovery-information,  instead  of  the
  36.           default filename ``recovery.hds''
  37.  
  38.      -ofile
  39.           Causes copy of passwordfile, with cracked passwords included, to  be
  40.           written to file, instead of standard-output
  41.  
  42.      -efile
  43.           Causes diagnostic information to be  written  to  file,  instead  of
  44.           standard-error
  45.  
  46. SSSEEEEEE-AAALLLSSSOOO
  47.      hits(1), userlist(1), gecos(1), optimize(1), merge(1)
  48.  
  49. EEEXXXAAAMMMPPPLLLEEESSS
  50.      To crack passwords in file /etc/passwd, using usernames and real-names as
  51.      mentioned in the passwordfile, type the following commands:
  52.  
  53.      userlist -l -f/etc/passwd | optimize > optusers.dic
  54.      gecos  -l  -f/etc/passwd  |  optimize  |  merge  optusers.dic   |   hades
  55.      -f/etc/passwd -ooutfile.pwd
  56.  
  57. BBBUUUGGGSSS
  58.      Remote doesn't write bugs.
  59.  
  60.  
  61.  
  62.  
  63.  
  64. Room101 hackers                        April 14, 1992                        1
  65.  
  66.  
  67.  
  68. HADES(1)                     MAINTENANCE COMMANDS                     HADES(1)
  69.  
  70.  
  71. IIINNNFFFOOORRRMMMAAATTTIIIOOONNN
  72.      Hades is copyrighted (C) 1992 by ``Remote'', member  of  Room101  hackers
  73.      organization,  Holland.  Unauthorized  use/copying  of  this  program  is
  74.      explicitly prohibited.
  75.      HADES  password-cracking  package  by   ``Remote''.    Send   e-Mail   to
  76.      root@room101.hacktic.nl (Remote).
  77.  
  78.  
  79.  
  80.  
  81.  
  82.  
  83.  
  84.  
  85.  
  86.  
  87.  
  88.  
  89.  
  90.  
  91.  
  92.  
  93.  
  94.  
  95.  
  96.  
  97.  
  98.  
  99.  
  100.  
  101.  
  102.  
  103.  
  104.  
  105.  
  106.  
  107.  
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125.  
  126.  
  127.  
  128.  
  129. Room101 hackers                        April 14, 1992                        2
  130.  
  131.